- /* snmstblk.cpp by K.Tsuru */
- // function ID = 108 DRADIX, BRADIX
- /**************************************
- SNumber class
- It sets a value by FigBlock and sign.
- It does not call Normalize().
- ***************************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- void SNumber::SetFigBlock(const FigBlock& a, int sgn){
- figure = a; sign = Sgn(sgn);
- if(figure.size() < minArraySize) figure.size(minArraySize, 1);
- CheckArray(108);
- }
snmstblk.cpp : last modifiled at 2015/11/27 16:05:31(453 bytes)
created at 2016/04/11 11:36:47
The creation time of this html file is 2017/10/27 10:59:17 (Fri Oct 27 10:59:17 2017).